home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
intro.dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
371 b
|
17 lines
global gCurKeyList, gWorld, gLastKeyList, gKeyRef
on initThisFrame
repeat with thisSprite = 1 to 48
puppetSprite(thisSprite, 1)
end repeat
set gKeyRef to #trans
set gCurKeyList to getaProp(gWorld, #trans)
set gLastKeyList to getaProp(gWorld, #trans)
end
on unDoInitIntro
repeat with thisSprite = 1 to 48
puppetSprite(thisSprite, 0)
end repeat
end